github.com/gotd/td/tg.AccountGetWallPaperRequest.Wallpaper (field)
9 uses
github.com/gotd/td/tg (current package)
tl_account_get_wall_paper_gen.go#L46: Wallpaper InputWallPaperClass
tl_account_get_wall_paper_gen.go#L64: if !(g.Wallpaper == nil) {
tl_account_get_wall_paper_gen.go#L84: g.Wallpaper = from.GetWallpaper()
tl_account_get_wall_paper_gen.go#L132: if g.Wallpaper == nil {
tl_account_get_wall_paper_gen.go#L135: if err := g.Wallpaper.Encode(b); err != nil {
tl_account_get_wall_paper_gen.go#L162: g.Wallpaper = value
tl_account_get_wall_paper_gen.go#L172: return g.Wallpaper
tl_account_get_wall_paper_gen.go#L190: Wallpaper: wallpaper,
tl_server_gen.go#L1377: response, err := f(ctx, request.Wallpaper)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |